home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(30, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(30)
- end if
- end
-
- on mouseUp
- global P1SETUP, THESETUP, M1SETUP, HELPMANUAL, TEXTDISPLAY
- glowClear()
- doClick()
- cursor(0)
- set THESETUP to P1SETUP
- set HELPMANUAL to M1SETUP
- set TEXTDISPLAY to "TEXT1"
- set the text of member "Help text display" to the text of member "HELP1"
- go("Prog1")
- end
-